home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Tools & Apps / OS⁄Toolbox / Sound Input Driver Ex. 1.0 / HackRecorder.make < prev    next >
Encoding:
Text File  |  1991-04-08  |  962 b   |  40 lines  |  [TEXT/MPS ]

  1. #====================================================================================
  2. #
  3. #    HackRecorder.make
  4. #    
  5. #    Copyright © 1990 Apple Computer, Inc.
  6. #    
  7. #    Sound Input Driver Example
  8. #
  9. #    Revision History
  10. #
  11. #        04/01/91    No changes except added this comment line: Submitted as item for developer CD.
  12. #        11/19/90    First created.
  13. #
  14. #====================================================================================
  15.  
  16.  
  17. HackRecorder ƒ HackRecorder.make HackRecorderInit.a.o HackRecorder.a.o
  18.     Link                                ∂
  19.         -c '????'                        ∂
  20.         -t INIT                            ∂
  21.         -rt INIT=0                        ∂
  22.         -ra =resSysHeap,resLocked        ∂
  23.         -m Start                        ∂
  24.         HackRecorderInit.a.o            ∂
  25.         -o HackRecorder    
  26.     Link                                ∂
  27.         -rt DRVR=30                        ∂
  28.         -ra =resSysHeap                    ∂
  29.         HackRecorder.a.o                ∂
  30.         -o HackRecorder
  31.  
  32. HackRecorder.a.o         ƒ    HackRecorder.make HackRecorder.a 
  33.      Asm  HackRecorder.a -i "{IntAIncludes}"
  34.  
  35. HackRecorderInit.a.o    ƒ    HackRecorder.make HackRecorderInit.a
  36.      Asm  HackRecorderInit.a -i "{IntAIncludes}"
  37.  
  38.  
  39.  
  40.